home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- cursor(-1)
- set the keyUpScript to "numsOnly"
- set the keyDownScript to "printPass"
- end
-
- on numsOnly
- if (the key = RETURN) or (the key = ENTER) or (the keyCode = 76) then
- exit
- end if
- if ((the key < "0") or (the key > "9")) and (the key <> "-") and (the key <> ".") and (the key <> numToChar(9)) and (the key <> numToChar(8)) then
- dontPassEvent()
- end if
- end
-